home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / python2.5 / sitecustomize.py
Text File  |  2008-10-05  |  155b  |  8 lines

  1. # install the apport exception handler if available
  2. try:
  3.     import apport_python_hook
  4. except ImportError:
  5.     pass
  6. else:
  7.     apport_python_hook.install()
  8.